Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632075 Views

Latest files of /cody/vishal-dcode/Split Landing Page

app.js cody/vishal-dcode/Split Landing Page/app.js
7 Views
0 Comments
//1 CharGPT Method
const leftContainer = document.querySelector(".l-container");
const rightContainer = document.querySelector(".r-container");

function handleMouseOver() {
this.classList.add("active");
}

sad.png cody/vishal-dcode/Split Landing Page/sad.png
3 Views
0 Comments
Media file
style.css cody/vishal-dcode/Split Landing Page/style.css
3 Views
0 Comments
body {
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
overflow-x: hidden;
}
.container {
index.html cody/vishal-dcode/Split Landing Page/index.html
10 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
happy.png cody/vishal-dcode/Split Landing Page/happy.png
3 Views
0 Comments
Media file